QuickOPC User's Guide and Reference
UAStructureTypeInfo Constructor(UAModelNodeDescriptor,UAQualifiedName,UAModelNodeDescriptor,UADataTypeInfo,UAStructureType,IEnumerable<UAStructureFieldInfo>)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UAStructureTypeInfo Class > UAStructureTypeInfo Constructor : UAStructureTypeInfo Constructor(UAModelNodeDescriptor,UAQualifiedName,UAModelNodeDescriptor,UADataTypeInfo,UAStructureType,IEnumerable<UAStructureFieldInfo>)
The model node descriptor of the direct supertype of this structure type.
The name of the data type.
A model node descriptor of the data type ID of this data type.
The data type info of the direct supertype of this structure type.
The type of structure defined by the data type.
An array of field infos that make up the data type.
Initializes a new instance of the class.
Syntax

Parameters

dataTypeId
The model node descriptor of the direct supertype of this structure type.
name
The name of the data type.
baseDataTypeId
A model node descriptor of the data type ID of this data type.
baseDataTypeInfo
The data type info of the direct supertype of this structure type.
structureType
The type of structure defined by the data type.
fieldInfos
An array of field infos that make up the data type.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also